home *** CD-ROM | disk | FTP | other *** search
- Path: wittgenstein.flingern.de!not-for-mail
- From: mackenb@uni-duesseldorf.de (Georg Mackenbrock)
- Newsgroups: comp.lang.c++
- Subject: Re: what is ios?
- Date: 6 Mar 1996 01:19:49 GMT
- Organization: home
- Message-ID: <4hip7l$94o@wittgenstein.flingern.de>
- References: <375.6637T240T724@panix.com>
- NNTP-Posting-Host: modem5.rz.uni-duesseldorf.de
- X-Newsreader: TIN [UNIX 1.3 BETA-950824-color PL0]
-
- Hi,
-
- gugu (gugu@panix.com) wrote:
- : ofstream stocks("stocks.dat",ios::binary);
- :
- : The gnu compiler keeps on saying that binary is not a member of type ios.
-
- try ios::bin, which is defined in streambuf.h.
-
-
- --
- Georg Mackenbrock
- Mail: mackenb@uni-duesseldorf.de
-